Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public event NotifyCollectionChangedEventHandler CollectionChanged
Visual Basic
Public Event CollectionChanged As NotifyCollectionChangedEventHandler

Implements

INotifyCollectionChanged..::..CollectionChanged

See Also